home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / fscompr / index < prev    next >
Text File  |  1996-07-09  |  1KB  |  52 lines

  1. ChangeLog    history of changes
  2. INDEX        this file
  3. Make_vms.com    script for Vax/VMS
  4. Makefile    makefile for Unix (generated by configure)
  5. Makefile.b32    makefile for Borland C++   32-bit
  6. Makefile.bor    makefile for Borland C/C++ 16-bit
  7. Makefile.dj2    makefile for DJGPP 2.x
  8. Makefile.in    makefile for Unix (template for configure)
  9. Makefile.msc    makefile for Microsoft C 16-bit
  10. Makefile.riscos makefile for RISCOS
  11. Makefile.sas    makefile for Amiga SAS/C
  12. Makefile.tc    makefile for Turbo C
  13. Makefile.wat    makefile for Watcom C
  14. README        guess what
  15. algorithm.doc    description of the compression & decompression algorithms
  16. configure    configure script for Unix
  17. descrip.mms    makefile for Vax/VMS
  18. zlib.def        definition file for Windows DLL
  19. zlib.rc         definition file for Windows DLL
  20.  
  21.  
  22.         zlib public header files (must be kept):
  23. zconf.h
  24. zlib.h
  25.  
  26.         private source files used to build the zlib library:
  27. adler32.c
  28. compress.c
  29. crc32.c
  30. deflate.c
  31. deflate.h
  32. gzio.c
  33. infblock.c
  34. infblock.h
  35. infcodes.c
  36. infcodes.h
  37. inffast.c
  38. inffast.h
  39. inflate.c
  40. inftrees.c
  41. inftrees.h
  42. infutil.c
  43. infutil.h
  44. trees.c
  45. uncompr.c
  46. zutil.c
  47. zutil.h
  48.  
  49.         source files for sample programs:
  50. example.c
  51. minigzip.c
  52.